home *** CD-ROM | disk | FTP | other *** search
- SWBBackup Sample VB6 Application
- ==================================
-
- SWBBackup is a complete backup and
- restore application written in Visual
- Basic 6.0 using the SWBBack component.
-
- IMPORTANT:
- Before you load this project, please
- register the included SWBProg.OCX control.
- This is the freeware SWB Progress Bar
- control offered on our site. You should
- run: REGSVR32.EXE SWBPRog.OCX
- in order to register this control on
- your system prior to loading the
- SWBBackup project.
-
- To perform a backup, you need to do
- the following:
-
- 1) Select files to include by clicking
- the Add button on the Include Files
- tab. You can add as many directory
- specifications to the list as you
- would like.
-
- 2) On the Options tab, select the
- removable drive you will be
- backing up to. (Even though SWBBack
- component supports backups to hard
- drives, this sample app allows
- only backing up to removable drives).
-
- 3) Click the Backup button to start the
- backup process.
-
- To perform a restore, you need to do
- the following:
-
- 1) Same as step 1 above.
-
- 2) On the Options tab, select the
- removable drive that contains
- the previously made backup media.
-
- 3) Click the Restore button to
- start the restore process.